type runtime.errorString

38 uses

	runtime (current package)
		alg.go#L109: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L126: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L192: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L250: 		panic(errorString("comparing uncomparable type " + toRType(t).string()))
		alg.go#L267: 		panic(errorString("comparing uncomparable type " + toRType(t).string()))
		cgocall.go#L487: 		panic(errorString(msg))
		cgocall.go#L495: 		panic(errorString(msg))
		cgocall.go#L505: 			panic(errorString(msg))
		cgocall.go#L512: 			panic(errorString(msg))
		cgocall.go#L523: 			panic(errorString(msg))
		cgocall.go#L538: 			panic(errorString(msg))
		cgocall.go#L567: 			panic(errorString(msg))
		cgocall.go#L594: 				panic(errorString(msg))
		cgocall.go#L605: 			panic(errorString(msg))
		error.go#L73: type errorString string
		error.go#L75: func (e errorString) RuntimeError() {}
		error.go#L77: func (e errorString) Error() string {
		panic.go#L227: var shiftError = error(errorString("negative shift amount"))
		panic.go#L235: var divideError = error(errorString("integer divide by zero"))
		panic.go#L243: var overflowError = error(errorString("integer overflow"))
		panic.go#L250: var floatError = error(errorString("floating point error"))
		panic.go#L257: var memoryError = error(errorString("invalid memory address or nil pointer dereference"))
		pinner.go#L110: 		panic(errorString("runtime.Pinner: argument is nil"))
		pinner.go#L113: 		panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
		pinner.go#L117: 		panic(errorString("runtime.Pinner: object was allocated into an arena"))
		pinner.go#L154: 		panic(errorString("runtime.Pinner.Pin: argument is not a Go pointer"))
		pinner.go#L379: 	panic(errorString("runtime.Pinner: found leaking pinned pointer; forgot to call Unpin()?"))
		signal_unix.go#L890: 	panic(errorString(sigtable[gp.sig].name))
		slice.go#L29: 	panic(errorString("makeslice: len out of range"))
		slice.go#L33: 	panic(errorString("makeslice: cap out of range"))
		slice.go#L171: 		panic(errorString("growslice: len out of range"))
		slice.go#L261: 		panic(errorString("growslice: len out of range"))
		string.go#L305: 		panic(errorString("gobytes: length out of range"))
		trace.go#L300: 		return errorString("tracing is already enabled")
		unsafe.go#L45: 	panic(errorString("unsafe.String: len out of range"))
		unsafe.go#L49: 	panic(errorString("unsafe.String: ptr is nil and len is not zero"))
		unsafe.go#L101: 	panic(errorString("unsafe.Slice: len out of range"))
		unsafe.go#L113: 	panic(errorString("unsafe.Slice: ptr is nil and len is not zero"))